projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7da6c6
)
tegra20: remove timer_init from SPL build
author
Allen Martin
<
[email protected]
>
Fri, 31 Aug 2012 08:30:08 +0000
(08:30 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:21 +0000
(14:58 +0200)
Don't use timer_init from tegra board.c. This comes out of arm720t
for the SPL build.
Signed-off-by: Allen Martin <
[email protected]
>
Acked-by: Stephen Warren <
[email protected]
>
Tested-by: Thierry Reding <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
board/nvidia/common/board.c
patch
|
blob
|
history
diff --git
a/board/nvidia/common/board.c
b/board/nvidia/common/board.c
index d1a7f3a21cc6d050657b789e6f67d0c49bb94362..6753f950f7520477a30a762c5e0c7001d128d274 100644
(file)
--- a/
board/nvidia/common/board.c
+++ b/
board/nvidia/common/board.c
@@
-49,6
+49,7
@@
const struct tegra20_sysinfo sysinfo = {
CONFIG_TEGRA20_BOARD_STRING
};
+#ifndef CONFIG_SPL_BUILD
/*
* Routine: timer_init
* Description: init the timestamp and lastinc value
@@
-57,6
+58,7
@@
int timer_init(void)
{
return 0;
}
+#endif
void __pin_mux_usb(void)
{